pci: xilinx: Fix doc comments on config space accessors
authorTuomas Tynkkynen <[email protected]>
Fri, 1 Sep 2017 14:25:58 +0000 (17:25 +0300)
committerTom Rini <[email protected]>
Fri, 22 Sep 2017 11:39:54 +0000 (07:39 -0400)
commitadfc3e4804e89fa1959e447e55bf8707466b8346
tree5c358641e9662dc982bc47a5ac8cae6c90cbfeed
parent2460098cffacd18729262e3ed36656e6943783ed
pci: xilinx: Fix doc comments on config space accessors

These take the 'struct udevice *' as an argument, not the
'struct xilinx_pcie *` which is a local variable. Fix the comments to
match the code.

Signed-off-by: Tuomas Tynkkynen <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
drivers/pci/pcie_xilinx.c